﻿@keyframes spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
